home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / help_a_i / all < prev    next >
Encoding:
Text File  |  1995-02-05  |  304 b   |  16 lines

  1. all:
  2.  
  3. Syntax:    all ( A )
  4.  
  5. Description: 
  6.  
  7.     When A is a vector (row or column):
  8.       All returns TRUE (1) if all of the elements of A are non-zero.
  9.       All returns zero otherwise.
  10.  
  11.     When A is a matrix (A.nc >= 2)
  12.       All operates on the columns of A, returning a row-vector of
  13.       ones and zeros.
  14.  
  15. See Also: any
  16.